"width", &width,
"height", &height,
NULL);
- g_assert_cmpint (left, ==, 0);
+ g_assert_cmpint (left, ==, -1);
g_assert_cmpint (top, ==, 0);
g_assert_cmpint (width, ==, 1);
g_assert_cmpint (height, ==, 1);
"width", &width,
"height", &height,
NULL);
- g_assert_cmpint (left, ==, 1);
+ g_assert_cmpint (left, ==, 0);
g_assert_cmpint (top, ==, 0);
g_assert_cmpint (width, ==, 2);
g_assert_cmpint (height, ==, 2);
"width", &width,
"height", &height,
NULL);
- g_assert_cmpint (left, ==, 0);
+ g_assert_cmpint (left, ==, -1);
g_assert_cmpint (top, ==, 1);
g_assert_cmpint (width, ==, 3);
g_assert_cmpint (height, ==, 1);